home *** CD-ROM | disk | FTP | other *** search
/ Ian & Stuart's Australian Mac 1993 September / clonecd / September 93.img / Archives / Decoration / Screensavers / Screen Savers / TwilightZone / source / patches.h < prev    next >
Text File  |  1993-06-17  |  134b  |  9 lines

  1. #ifndef __patches__
  2. #define __patches__
  3.  
  4. void InstallPatches(void);
  5. void RemovePatches(void);
  6. pascal void MyGetOSEvent(void);
  7.  
  8. #endif
  9.